protected virtual UGGd CreateAndRegisterSplitButton<UGGd>( NImage image, NImage moreOptionsImage, NCommand command ) where UGGd: new(), NSplitButton
Parameters
- image
- The image for the action button of the split button.
- moreOptionsImage
- The image for the split button popup's "More Options..." button (if it has one).
- command
Type Parameters
- UGGd